Cleanup xrdb.c.
authorDan Nicolaescu <dann@ics.uci.edu>
Sun, 8 Aug 2010 20:16:48 +0000 (13:16 -0700)
committerDan Nicolaescu <dann@ics.uci.edu>
Sun, 8 Aug 2010 20:16:48 +0000 (13:16 -0700)
commit27d6c8be63863ad084273f9472fa29f3a50f75d5
treef208ce72ed24a25b94552db608f27de7f33dfa72
parent7389ac9ee03179ad2eeb855b68a71342d05c8bf4
Cleanup xrdb.c.
* src/xrdb.c: Remove include guard.  Remove
DECLARE_GETPWUID_WITH_UID_T conditional it had no effect.
Remove #if 0 code.  Replace malloc->xmalloc, free->xfree,
realloc->xrealloc instead of using #defines.
src/ChangeLog
src/xrdb.c